Overload | Description |
---|---|
WithMapping<TSubject>(Expression<Func<TExpectation,Object>>,Expression<Func<TSubject,Object>>) | Maps a (nested) property or field of type TExpectation to a (nested) property or field of TSubject using lambda expressions. |
WithMapping(String,String) | Maps a (nested) property or field of the expectation to a (nested) property or field of the subject using a path string. |
WithMapping<TNestedExpectation,TNestedSubject>(Expression<Func<TNestedExpectation,Object>>,Expression<Func<TNestedSubject,Object>>) | Maps a direct property or field of type TNestedExpectation to a direct property or field of TNestedSubject using lambda expressions. |
WithMapping<TNestedExpectation,TNestedSubject>(String,String) | Maps a direct property or field of type TNestedExpectation to a direct property or field of TNestedSubject using member names. |